IpV4ConfigOrBuilder

interface IpV4ConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDns(): Int

Static DNS server address
fixed32 dns = 4;
Link copied to clipboard
abstract fun getGateway(): Int

Static gateway address
fixed32 gateway = 2;
Link copied to clipboard
abstract fun getIp(): Int

Static IP address
fixed32 ip = 1;
Link copied to clipboard
abstract fun getSubnet(): Int

Static subnet mask
fixed32 subnet = 3;